home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 September / Designer's Club 1997 September.iso / pc / IDEASRC / Main.DIR / 00033.ls < prev    next >
Encoding:
Text File  |  1997-08-01  |  187 b   |  10 lines

  1. on mouseDown
  2.   repeat while the mouseDown
  3.     set the memberNum of sprite 4 to 44
  4.     updateStage()
  5.   end repeat
  6.   set the memberNum of sprite 4 to 31
  7.   updateStage()
  8.   go(1, "quit")
  9. end
  10.